-
Notifications
You must be signed in to change notification settings - Fork 113
Correctly revise methods defined in external method tables #904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. I don't think that #815 offers anything that this doesn't, so this PR could close that one unless you disagree.
…ernal-methodtables
e69dcb5
to
da59589
Compare
…ernal-methodtables
516a1a0
to
024f45c
Compare
…ernal-methodtables
I looked into supporting the To avoid leaving this PR rotting for too long I think it might be good to move forward with the release of CodeTracking 2.0 and LoweredCodeUtils 4.0 after JuliaDebug/LoweredCodeUtils.jl#125, so we can merge this PR. Then, if the @timholy what do you think? |
.github/workflows/ci.yml
Outdated
@@ -39,6 +39,7 @@ jobs: | |||
version: ${{ matrix.version }} | |||
show-versioninfo: ${{ matrix.version == 'nightly' }} | |||
- uses: julia-actions/cache@v2 | |||
- run: julia --project -e 'using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/timholy/CodeTracking.jl#master https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables"' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be removed before merge.
.github/workflows/ci.yml
Outdated
@@ -80,6 +81,7 @@ jobs: | |||
# We also need to pick up the Git tests, but for that we need to `dev` the package | |||
echo "Git tests" | |||
julia --code-coverage=user -e ' | |||
using Pkg; pkg"add https://github.com/serenity4/JuliaInterpreter.jl#codetracking-v2 https://github.com/timholy/CodeTracking.jl#master https://github.com/serenity4/LoweredCodeUtils.jl#support-external-methodtables" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be removed before merge.
ab8a38e
to
d302445
Compare
Fixes #646.
Requires:
method_info
CodeTracking.jl#140methoddef!
: usemt => sig
format when filling insignatures
JuliaDebug/LoweredCodeUtils.jl#125To do before merging: